home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 04r.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  257 b   |  14 lines

  1. on mouseDown
  2.   global gMemoState
  3.   quickSwitch("buttonSound")
  4.   if gMemoState = 0 then
  5.     sprite(19).visible = 0
  6.     sprite(35).movieRate = 0
  7.     gMemoState = 1
  8.   else
  9.     sprite(19).visible = 1
  10.     sprite(35).movieRate = 1
  11.     gMemoState = 0
  12.   end if
  13. end
  14.